google.golang.org/grpc/internal/channelz.channelTrace.eventCount (field)

3 uses

	google.golang.org/grpc/internal/channelz (current package)
		types.go#L632: 	eventCount  int64
		types.go#L654: 	c.eventCount++
		types.go#L718: 	ct := &ChannelTrace{EventNum: c.eventCount, CreationTime: c.createdTime}